home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Shareware / Twistpad 1.1 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMADDPROGRAM / TFRMADDPROGRAM.txt
Encoding:
Text File  |  2006-08-02  |  1.6 KB  |  82 lines

  1. object FrmAddProgram: TFrmAddProgram
  2.   Left = 305
  3.   Top = 299
  4.   BorderStyle = bsDialog
  5.   Caption = 'Add Program'
  6.   ClientHeight = 111
  7.   ClientWidth = 382
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TxtPath: TLabeledEdit
  19.     Left = 53
  20.     Top = 15
  21.     Width = 218
  22.     Height = 21
  23.     Color = clBtnFace
  24.     EditLabel.Width = 44
  25.     EditLabel.Height = 13
  26.     EditLabel.Caption = 'Program:'
  27.     LabelPosition = lpLeft
  28.     LabelSpacing = 3
  29.     ReadOnly = True
  30.     TabOrder = 0
  31.   end
  32.   object TxtName: TLabeledEdit
  33.     Left = 53
  34.     Top = 47
  35.     Width = 317
  36.     Height = 21
  37.     EditLabel.Width = 31
  38.     EditLabel.Height = 13
  39.     EditLabel.Caption = 'Name:'
  40.     LabelPosition = lpLeft
  41.     LabelSpacing = 3
  42.     TabOrder = 2
  43.   end
  44.   object Button1: TButton
  45.     Left = 285
  46.     Top = 13
  47.     Width = 85
  48.     Height = 24
  49.     Caption = '&Browse...'
  50.     TabOrder = 1
  51.     OnClick = Button1Click
  52.   end
  53.   object Button2: TButton
  54.     Left = 225
  55.     Top = 79
  56.     Width = 70
  57.     Height = 23
  58.     Caption = '&OK'
  59.     Default = True
  60.     TabOrder = 3
  61.     OnClick = Button2Click
  62.   end
  63.   object Button3: TButton
  64.     Left = 301
  65.     Top = 79
  66.     Width = 70
  67.     Height = 23
  68.     Cancel = True
  69.     Caption = '&Cancel'
  70.     ModalResult = 2
  71.     TabOrder = 4
  72.   end
  73.   object OpenDialog1: TCSOpenDialog
  74.     Filter = 'Programs|*.exe|All Files|*.*'
  75.     RegKey = '\Software\Carthago\Twistpad'
  76.     RegRootKey = hkCurrentUser
  77.     RegSection = 'FolderHistory'
  78.     Left = 19
  79.     Top = 78
  80.   end
  81. end
  82.